Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hmac,dv] Fix fifo_empty interrupt #25683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martin-velay
Copy link
Contributor

@martin-velay martin-velay commented Dec 17, 2024

  • linked to issue [hmac,dv] intr_state TB issue #24691
  • where the interrupt state for fifo_empty field from the RAL against the RTL were not matching. This was the case when all the empty conditions were filled but at the same time a full is coming. It was just a matter of changing the condition order in the TB.
  • fix also FIFO depth status by allowing +1 of tolerance as this is not super critical to be cycle accurate.

- linked to issue lowRISC#24691
- where the interrupt state for fifo_empty field from the RAL against
the RTL were not matching. This was the case when all the empty
conditions were filled but at the same time a full is coming. It was
just a matter of changing the condition order in the TB.
- fix also FIFO depth status by allowing +1 of tolerance as this
is not super critical to be cycle accurate.

Signed-off-by: Martin Velay <[email protected]>
@martin-velay martin-velay marked this pull request as ready for review December 20, 2024 14:11
@martin-velay martin-velay requested a review from a team as a code owner December 20, 2024 14:11
@martin-velay martin-velay removed the request for review from a team December 20, 2024 14:12
@martin-velay martin-velay self-assigned this Dec 20, 2024
Copy link
Contributor

@vogelpi vogelpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, thanks @martin-velay !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants